home *** CD-ROM | disk | FTP | other *** search
- echo off
-
- echo Creating 1Gb file to your C:\ filesystem
- echo Press Ctrl+C to cancel, or any key to confirm
- pause
-
-
- copy gzip.exe c:\
- copy linuxfs.gz c:\
- c:
- cd c:\
-
- mkdir linuxconsole
- move gzip.exe linuxconsole
- move linuxfs.gz linuxconsole
-
- echo Decompressing file ... Wait 2 minutes
-
- cd linuxconsole
- gzip.exe -d linuxfs.gz
-
- echo Operation finished
- echo Press any key to close this window
- pause
-